html,
body {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	color: #666;
	font: 12px/1.5 "Microsoft YaHei", arial, 宋体, sans-serif;
}

ul,
li,
p,
img,
b,
ol,
em,
a,
h1,
h2,
h3,
h4,
h5,
h6,
h7,
dl,
dd,
dt {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	text-decoration: none;
	font-weight: 100;
}

#dituContent img {
	max-width: inherit;
}

img {
	max-width: 100%;
}

.center {
	width: 1200px;
	margin: auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.main_nav .back,
.pading .current,
.main_top a,
.main_top,
.prduct_ul li b,
.main_tops em,
.main_nav .nav_a h1,
.main_nav3 li,
.navbox .nav a,
.fore_r a.more,
.three_r li h2,
.navbox .nav_ul li a,
.six_r a.lj,
.six_nav li.now,
.eight li h4,
.eight li.first p,
.eight li span {
	color: #fff;
}

.Article_text,
.main_tops,
.main_tops a,
.main_tops em,
.header_top .center>h1,
.main_nav2 li a,
.main_next .prevrecord a,
.main_next .nextrecord a,
.article li h1,
.pading a,
.Article_content .info a,
.main_nav3 li h1,
.prduct_ul li h1,
.relevant.relevant_article a,
.five_gd li h3,
.header_bottoms a,
.ten_text .more {
	color: #666;
}

.three_l li a,
.two li,
.title h1,
.ten_text li {
	color: #59b514;
}



.title {
	position: relative;
	text-align: center;
}


.title:before {
	content: '';
	width: 100%;
	height: 1px;
	background: #59b514;
	position: absolute;
	top: 20px;
	left: 0px;
	z-index: -1;
}

.title a {
	display: block;
	width: 300px;
	margin: auto;
	padding: 0px 10px;
	background: #fff;
}

.title h1 {
	font-size: 35px;
	font-family: '黑体';
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}

.title h2 {
	color: #888;
	font-family: '黑体';
	overflow: hidden;
	font-size: 15px;
}

/**/
#slides {
	position: relative;
	width: 100%;
}


#slides img {
	width: 100%;
	display: block;
}


#slides .hd {
	left: 47%;
	padding: 4px;
	position: absolute;
	border-radius: 24px;
	bottom: 20px;
	z-index: 10;
}


#slides .hd li {
	margin: 0px 5px;
	line-height: 7px;
	width: 52px;
	height: 7px;
	float: left;
	cursor: pointer;
	text-align: center;
	color: transparent;
	background: #666;
}


#slides .hd li.on {
	background: #59b514;
}

/*header*/

.header {
	width: 100%;
	background: url("../image/topbg.jpg") repeat;
}

.header_top {
	background: #f2f2f2;
	height: 30px;
	line-height: 30px;
}

/*logo*/
.logo_img img {
	max-height: 100%;
}

.logo_img {
	height: 130px;
}

/**/

/*导航*/

.navbox {
	background: url(../image/menu.jpg) repeat-x;
	height: 61px;
}

.navbox .nav {
	width: 1200px;
	margin: auto;
}

.navbox .nav li {
	position: relative;
	float: left;
}


.navbox .nav a {
	display: block;
	text-align: center;
	height: 61px;
	line-height: 61px;
	box-sizing: border-box;
	font-size: 18px;
	padding: 0px 25px;
}

.navbox .nav_ul {
	position: absolute;
	top: 61px;
	z-index: 11;
	display: none;
	width: 100%;
	background: #3d8c02;
}


.navbox .nav_ul li {
	float: none;
	background: none;
}

.navbox .nav_ul li a {
	height: 35px;
	line-height: 35px;
	padding: 0px;
	font-size: 15px;
}

.navbox .nav li:hover .nav_ul {
	display: block;
}


.nav>li>a:hover,
.nav li a.cur {
	background: #3d8c02;
}

.nav_ul li:hover a {
	background: #042d3f;
}

/**/
.header_bottom {
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #eee;
	background: url("../image/lb.jpg") no-repeat left;
}

.header_bottom>h1 {
	padding-left: 30px;
	font-size: 16px;
	margin-right: 5px;
	color: #fe7105;
}

.header_bottoms {
	width: 700px;
}

.header_bottoms li {
	overflow: hidden;
	height: 35px;
}

.header_bottoms a {
	font-size: 14px;
}

/*one*/

.one {
	margin: 50px auto 0;
	overflow: hidden;
}

.one ul {
	margin-top: 20px;
	border-top: 1px solid #eee;
}

.one li {
	width: 238px;
	float: left;
	height: 100px;
	padding: 19px 0;
}

.one li img {
	transition: All .4s ease-in-out;
	width: 150px;
	height: 100px;
	display: block;
	margin: auto;
}

.one li img:hover {
	transform: scale(1.2);
}

/*two*/
.two {
	margin: 30px auto 0;
	overflow: hidden;
}

.two ul {
	margin-top: 30px;
}

.two li {
	width: 247px;
	float: left;
	margin-right: 70px;
	text-align: center;
}

.two li:last-child {
	margin-right: 0px;
}

.two li h1 {
	font-size: 16px;
	font-weight: bold;
}

.two ul img {
	display: block;
	margin: auto;
}

/*three*/
.three {
	margin-top: 50px;
	position: relative;
	overflow: hidden;
}

.three .center {
	margin-top: 30px;
}

.three_l {
	width: 260px;
	position: relative;
	border: 2px solid #60b759;
}


.three_l ol {
	width: 234px;
	margin: 10px auto 10px;
}


.three_l li {
	line-height: 40px;
	text-align: center;
}

.three_l li a {
	position: relative;
	font-size: 16px;
	width: 180px;
	display: block;
	margin: auto;
}

.three_l li a:after {
	position: absolute;
	width: 13px;
	height: 23px;
	background: url(../image/sa1.png) no-repeat;
	right: 0px;
	content: '';
	top: 9px;
}

.three_l li a:before {
	position: absolute;
	width: 13px;
	height: 23px;
	background: url(../image/sa.png) no-repeat;
	left: 0px;
	content: '';
	top: 9px;
}

.three_l ul a {
	color: #2c3228;
}


.three_l ul li a:after,
.three_l ul li a:before {
	display: none;
}

.three_r {
	width: 900px;
}

.three_r li {
	float: left;
	width: 280px;
	position: relative;
	margin: 0px 10px 20px;
	overflow: hidden;
}

.three_r img {
	width: 100%;
	height: 210px;
	display: block;
}

.three_r li h2 {
	position: absolute;
	height: 30px;
	line-height: 30px;
	background: rgba(56, 194, 73, 0.5);
	width: 100%;
	bottom: 0px;
	text-align: center;
	font-size: 14px;
}

.three_r li:hover img {
	transform: scale(1.05);
	transition: all .2s ease-in-out 0s;
}

/*fore*/
.fore {
	margin: 50px auto 0;
	position: relative;
	overflow: hidden;
}

.fore_img,
.fore_r {
	margin-top: 30px;
}

.fore_img {
	border: 2px solid #60b759;
	width: 550px;
}

.fore_img img {
	display: block;
}

.fore_r {
	width: 600px;
	line-height: 2em;
	color: #444;
	font-size: 14px;
}

.fore_r a.more {
	width: 150px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	float: right;
	display: block;
	background: #60b759;
	margin-top: 30px;
}

/*five*/

.five {
	margin: 50px auto 0;
}

.five_gd {
	margin-top: 50px;
	position: relative;
}

.five_gd li {
	float: left;
	border: 2px solid #eee;
	width: 270px;
	height: 308px;
	margin: 0px 15px;
	box-sizing: border-box;
	padding: 5px;
}

.five_gd img {
	width: 256px;
	height: 256px;
	display: block;
}

.five_gd li h3 {
	line-height: 43px;
	text-align: center;
	height: 43px;
	overflow: hidden;
}

.five_gd li:hover {
	border-color: #5dbc18;
}

.five_l {
	width: 37px;
	height: 73px;
	position: absolute;
	top: 125px;
	background: url(../image/3_07.png) no-repeat;
	left: -50px;
}

.five_r {
	width: 37px;
	height: 73px;
	position: absolute;
	top: 125px;
	background: url(../image/3_09.png) no-repeat;
	right: -50px;
}

/**/

.six {
	background: url(../image/1-1.jpg) repeat;
	margin-top: 50px;
	padding-bottom: 50px;
}

.six .title {
	z-index: 1;
}

.six .title a {
	background: url(../image/1-1.jpg) repeat;
}

.six .center {
	padding-top: 50px;
}



.six_nav li {
	width: 180px;
	height: 60px;
	border: 1px solid #ccc;
	display: inline-block;
	margin: 30px 27px 0px;
	padding: 1px;
	box-sizing: border-box;
	line-height: 60px;
	font-size: 14px;
}

.six_nav li img {
	float: left;
	margin: 15px 20px 0px;
}

.six_m {
	overflow: hidden;
	margin-top: 40px;
}

.six_r {
	width: 650px;
	line-height: 1.5em;
	font-size: 14px;
}

.six_r .b {
	background: url(../image/hh.jpg) no-repeat;
	padding-left: 25px;
	line-height: 30px;
	display: inline-block;
	background-position-y: -2px;
	margin-right: 10px;
}

.six_nav li.now {
	background: #ff7300;
}

.six_imgs {
	display: none;
}

.six_nav li:hover .six_img,
.six_nav li.now .six_img {
	display: none;
}

.six_nav li:hover .six_imgs,
.six_nav li.now .six_imgs {
	display: block;
}

.six_r a.lj {
	width: 150px;
	line-height: 45px;
	background: #38c249;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	margin: 20px 25px 0px;
	background: #59b514;
}

/**/
.sever {
	background: #f3f3f3;
	padding: 50px 0 10px;
	overflow: hidden;
}

.sever .text {
	text-align: center;
}

.sever .text h1 {
	color: #393939;
	font-size: 30px;
	margin-bottom: 30px;
}

.sever .text h2 {
	color: #393939;
	font-size: 18px;
}

.sever ul {
	margin-top: 40px;
}

.sever li {
	width: 360px;
	background: #fff;
	height: 215px;
	float: left;
	margin: 0px 20px 40px;
	box-sizing: border-box;
	border: 5px solid #f0f0f0;
	border-radius: 5px;
	padding: 25px;
	text-align: center;
}

.sever li img {
	display: block;
	margin: auto;
}

.sever li h4 {
	line-height: 50px;
	position: relative;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
}

.sever li h4:before {
	content: '';
	width: 50px;
	height: 2px;
	background: #069;
	position: absolute;
	left: 50%;
	bottom: 0px;
	margin-left: -25px;
}

/**/
.eight {
	margin-top: 50px;
}

.eight ul {
	margin: 30px auto 0;
	border: 1px solid #ccc;
	padding: 5px;
	box-sizing: border-box;
	overflow: hidden;
}


.eight li {
	float: left;
	height: 200px;
	overflow: hidden;
	position: relative;
	width: 275px;
	margin: 7px 7px;
}

.eight .first {
	height: 415px;
	width: 300px;
}



.eight li span {
	background: #59b514;
	height: 38px;
	left: 50%;
	line-height: 38px;
	margin: -19px 0 0 -57px;
	opacity: 0.8;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: scale(0);
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 114px;
}

.eight li:hover span {
	transform: scale(1);
	visibility: visible;
}

.eight li.first div {
	height: 80px;
	background: rgba(56, 194, 73, 0.5);
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 0px 10px;
	box-sizing: border-box;
}



.eight li.first p {
	height: 45px;
	line-height: 1.5em;
	font-size: 14px;
	overflow: hidden;
}

.eight li img {
	transition: all 0.3s ease 0s;
	height: 100%;
	width: 100%;
	display: block;
}

.eight li:hover img {
	transform: scale(1.1);
}

.eight li h4 {
	position: absolute;
	height: 30px;
	line-height: 30px;
	background: rgba(56, 194, 73, 0.5);
	width: 100%;
	bottom: 0px;
	text-align: center;
	font-size: 14px;
}

.eight li.first h4 {
	font-size: 16px;
	position: initial;
	background: none;
}

/**/
.nine ul {
	position: relative;
	width: 1200px;
	margin: auto;
	height: 651px;
}


.nine li {
	position: absolute;
	font: 400 15px/24px "微软雅黑";
	color: #333;
}

.nine li h5 {
	font: 600 25px/30px "微软雅黑";
	color: #333;
	margin-bottom: 15px;
}

.nine li:nth-child(1) {
	z-index: -1;
	width: 1190px;
	margin: auto;
}

.nine li:nth-child(2) {
	top: 150px;
	left: 50px;
}

.nine li:nth-child(3) {
	top: 145px;
	right: 0px;
}

.nine li:nth-child(4) {
	top: 310px;
	left: 0px;
}

.nine li:nth-child(5) {
	top: 333px;
	right: -35px;
}

.nine li:nth-child(6) {
	top: 495px;
	left: 30px;
}

.nine li:nth-child(7) {
	top: 493px;
	right: 0px;
}

/**/
.ten {
	margin: 50px auto 0;
}

.ten .center {
	background: #f5f5f5;
	padding: 50px 30px;
	box-sizing: border-box;
	margin-top: 30px;
	overflow: hidden;
	position: relative;
}

.ten .center:after {
	content: '';
	width: 2px;
	height: 400px;
	background: #59b514;
	position: absolute;
	left: 50%;
	margin-left: -1.5px;
}

.ten_text {
	height: 32px;
	border-bottom: 1px solid rgb(203, 203, 203);
}

.ten_text li {
	font: 400 18px/32px 微软雅黑;
	display: inline-block;
	padding: 0px 10px;
}

.ten_text .more {
	float: right;
	width: 60px;
	font: 400 12px/32px "arial";
}

.ten_l {
	width: 510px;
}

.ten_gd {
	margin-top: 20px;
	height: 338px;
	overflow: hidden;
}

.ten_gd li {
	margin: 15px 0;
}

.ten_gd li h6 {
	position: relative;
	overflow: hidden;
	font-size: 14px;
	color: #333;
	padding-left: 30px;
	line-height: 35px;
	height: 35px;
	font-weight: 600;
}

.ten_gd li h6:before {
	content: '问:';
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	position: absolute;
	left: 1px;
	font-weight: bold;
}

.ten_gd li p {
	line-height: 35px;
	color: #333;
	position: relative;
	font-size: 14px;
	height: 65px;
	overflow: hidden;
	text-indent: 2em;
}

.ten_gd li p:before {
	content: '答:';
	line-height: 35px;
	text-align: center;
	color: #333;
	font-size: 14px;
	position: absolute;
	left: -28px;
}

.ten_r {
	width: 510px;
}

.ten_ul {
	margin-top: 20px;
}

li.ten_first img {
	width: 100%;
	height: 130px;
	display: block;
	margin-bottom: 10px;
}

.ten_ul li {
	border-bottom: 1px dashed #c0c0c0;
}

.ten_ul li h7 {
	line-height: 32px;
	height: 32px;
	position: relative;
	padding-left: 15px;
	color: #333;
	font-size: 14px;
	width: 410px;
	overflow: hidden;
}

.ten_ul li h7:after {
	content: '';
	width: 4px;
	height: 4px;
	position: absolute;
	left: 0px;
	top: 8px;
	background: #00bad4;
	transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	/* IE 9 */
	-webkit-transform: rotate(30deg);
	/* Safari and Chrome */
}

.ten_ul li span {
	float: right;
	line-height: 32px;
	color: #333;
}


.ten_ul li h7:hover,
.ten_gd li h6:hover {
	color: #e87518;
	text-decoration: none;
}

.ten_r li.now {
	color: #333;
	text-decoration: none;
}

/**/
.Eleven {
	margin: 50px auto 0;
}

.Twelve {
	background: url(../image/c8.jpg) repeat-x;
	margin-top: 50px;
}

.Twelve .center {
	padding: 30px 0px;
	overflow: hidden;
}

/*内页*/



.main_m {
	width: 1200px;
	margin: 20px auto 0;
}


.text_h1 {
	border-bottom: 1px solid #ccc;
	height: 50px;
	width: 1000px;
	margin: 30px auto 0;
}

.text_h1 .h1 {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	font-size: 25px;
	position: relative;
	padding: 0px 10px 0px 10px;
	float: left;
	font-weight: bold;
	border-bottom: 5px solid #ccc;
}



.text_h1 .back {
	float: right;
	width: 52px;
	height: 16px;
	float: right;
	background: #000;
	display: block;
	border-radius: 15px;
	text-align: center;
	line-height: 16px;
	margin-top: 24px;
	font-size: 12px;
}

.text_h1 .back:hover {
	background: #cb2644;
}

.text_h1 .more {
	float: right;
	line-height: 70px;
	height: 50px;
}

.main_img {
	width: 100%;
}

.main_img img {
	width: 100%;
	height: 100%;
	display: block;
}


/*左侧导航*/

.main_nav {
	width: 218px;
	float: left;
}

.main_nav .nav_a h1 {
	height: 35px;
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
	overflow: hidden;
	line-height: 35px;
	padding-left: 15px;
	font-weight: bold;
	background: #59b514;
	border-radius: 5px 5px 0px 0px;
}


.main_ul li {
	position: relative;
}

.main_ul li:after {
	content: '>';
	width: 15px;
	height: 15px;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	position: absolute;
	top: 9px;
	left: 16px;
	font-size: 12px;
	line-height: 15px;
}




.main_ul li a {
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	padding-left: 35px;
	box-sizing: border-box;
	color: #444;
	font-size: 14px;
}

.main_li {
	display: none;
}

.main_li li {
	border-bottom: 1px dashed #888;
	background: none;
}

.main_li li a {
	font-size: 10px;
	box-sizing: border-box;
	font-weight: normal;
}



.main_ul li:hover .main_li {
	display: block;
}



.main_nav2 {
	margin: 20px auto 0;
}

.main_nav2 li {
	height: 45px;
	line-height: 45px;
	border-bottom: 1px dotted #b2b2b2;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	padding-right: 10px;
}

.main_nav2 li a {
	font-size: 14px;
}

.main_nav3 {
	margin-top: 20px;
}



.main_nav3 li {
	width: 185px;
	padding-top: 25px;
	background: #fff;
	margin: 20px auto;
	height: 160px;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	border: 1px solid #e5e5e5;
}


.main_nav3 li:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.main_nav3 li img {
	width: 150px;
	height: 98px;
	display: block;
	margin: auto;
}

.main_nav3 li h1 {
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 150px;
	overflow: hidden;
	margin: auto;
	font-size: 14px;
}

.main_nav3 li b {
	background: #247cdf;
	display: block;
	height: 40px;
	line-height: 40px;
	width: 150px;
	overflow: hidden;
	margin: auto;
	text-align: center;
	border-radius: 3px;
	margin-bottom: 35px;
}

.main_nav3 li div {
	background: rgba(255, 255, 255, 0.8);
	height: 40px;
	position: absolute;
	bottom: 0;
	overflow: hidden;
	left: 0;
	width: 100%;
	transition: all 0.2s linear 0s;
}

.main_nav3 li:hover div {
	height: 80px;
}



/*路径*/

.main_top {
	height: 40px;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	background: url(../image/icon-home.png) no-repeat 0px 50%;
	border-bottom: 1px solid #e8e8e8;
}



.main_tops {
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	margin: auto;
	padding-left: 26px;
}


.main_tops a {
	font-size: 12px;
}


/**/


/*product*/
.product_text {
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
}

.prduct_ul {
	width: 930px;
	float: right;
	margin-bottom: 20px;
}

.prduct_ul ul {
	margin-bottom: 10px;
	margin-top: 20px;
}


.prduct_ul li {
	width: 298px;
	float: left;
	padding-top: 60px;
	background: #fff;
	margin: 6px 6px;
	height: 272px;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	border: 1px solid #e5e5e5;
}


.prduct_ul li:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.prduct_ul li img {
	width: 230px;
	height: 150px;
	display: block;
	margin: auto;
}

.prduct_ul li h1 {
	height: 60px;
	line-height: 60px;
	text-align: center;
	width: 230px;
	overflow: hidden;
	margin: auto;
	font-size: 14px;
}

.prduct_ul li b {
	background: #59b514;
	display: block;
	height: 40px;
	line-height: 40px;
	width: 230px;
	overflow: hidden;
	margin: auto;
	text-align: center;
	border-radius: 3px;
	margin-bottom: 35px;
}

.prduct_ul li div {
	background: rgba(255, 255, 255, 0.8);
	height: 60px;
	position: absolute;
	bottom: 0;
	overflow: hidden;
	left: 0;
	width: 100%;
	transition: all 0.2s linear 0s;
}

.prduct_ul li:hover div {
	height: 125px;
}




/*product_content*/




#preview {
	position: relative;
	width: 930px;
	float: right;
	overflow: hidden;
	padding-bottom: 7px;
	box-sizing: border-box;
}


/**/

.product_item {
	margin-top: 10px;
}

.product_content {
	line-height: 2em;
}

.product_content img {
	max-width: 100%;
	display: block;
	margin: auto;
}





/**/
.info {
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-bottom: 1px dashed #ccc;
}

/**/
.main_next {
	margin-left: 10px;
}

.main_next .prevrecord,
.main_next .nextrecord {
	margin: 5px 0px;
	display: block;
	font-size: 14px;
}

/*article*/


.article {
	float: right;
	width: 930px;
	box-sizing: border-box;
}

.article ol {
	margin-top: 20px;
}

.article li {
	font-size: 14px;
	position: relative;
	margin-bottom: 5px;
}

.article li h1 {
	font-size: 14px;
	position: relative;
	float: left;
	overflow: hidden;
	height: 25px;
	padding-left: 20px;
}




.article li span {
	float: right;
	color: #aaa;
}

.article li p {
	clear: both;
	color: #aaa;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	padding-left: 20px;
	box-sizing: border-box;
}

.article li:after {
	content: '';
	width: 2px;
	height: 2px;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 10px;
	left: 11px;
	background: #59b514;
}

/**/


.Article_xw .pading {
	margin-bottom: 0px;
}

/*article_content*/
.Article_content {
	width: 930px;
	float: right;
}

.Article_text {
	height: 40px;
	font: 22px "Microsoft Yahei";
	text-align: center;
	line-height: 40px;
	overflow: hidden;
	margin-top: 30px;
	font-weight: bold;
}

.Article_content .info {
	height: 50px;
	font: 14px "Microsoft Yahei";
	line-height: 50px;
	text-align: center;
	color: #999;
	margin: 0px auto 10px;
}

.Article_content .info span {
	height: 50px;
	font: 14px "Microsoft Yahei";
	line-height: 50px;
	margin-bottom: 10px;
	color: #999;
}

.Article_content .detail {
	font-size: 14px;
	line-height: 22px;
	padding: 10px 10px;
	word-spacing: 10px;
}

.Article_content .detail img {
	max-width: 100%;
	display: block;
	margin: auto;
}



/*上下键*/
.pading {
	float: right;
	margin-top: 10px;
}

.pading span {
	padding: 3px 8px;
	border: 1px solid #ccc;
	display: block;
	float: left;
	margin: 0px 2px;
}

.pading a {
	padding: 3px 8px;
	border: 1px solid rgba(142, 142, 142, 0.5);
	display: block;
	float: left;
	margin: 0px 1px;
}

.pading .active {
	border: none;
	padding: 2px 8px;
	border: 1px solid #59b514;
	background: #59b514;
	color: #fff;
}

/*page*/


.page_c {
	overflow: hidden;
	float: right;
	width: 930px;
}


.page_c img {
	max-width: 100%;
	display: block;
}

/**/

/*footer*/
.footer {
	padding: 15px 0;
}


/*相关产品相关文章开始*/
.relevant {
	width: 100%;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}

.relevant .rel_title {
	margin-bottom: 0;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	background: #1D1C1C;
	text-indent: 10px;
	color: #fff !important;
}

.relevant .rel_content {
	padding: 10px;
	overflow: hidden;
}

/*相关产品*/
.relevant_product .rel_item {
	width: 122px;
	float: left;
	margin: 0 5px 10px 5px;
}

.relevant_product .rel_item .rel_item_img {
	width: 100%;
	height: 90px;
}

.relevant_product .rel_item .rel_item_title {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	overflow: hidden;
	color: #fff !important;
}

/*相关文章*/
.relevant_article .rel_item {
	width: 100%;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px dashed #59504D;
	overflow: hidden;
}

.relevant_article .rel_item .rel_item_time {
	float: right;
	color: #999;
}


/**/

h4.related {
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	line-height: 32px;
	margin: 0 10px;
	height: 32px;
}

h4.related span {
	display: inline-block;
	border-bottom: 2px solid #666;
}

.relatedlist {
	margin: 0 10px;
	padding: 10px 0;
	overflow: hidden;
}

ul.relate_news li a {
	color: inherit;
	display: block;
	line-height: 30px;
	border-bottom: 1px dotted #ccc;
}

ul.relate_pr li {
	width: 20%;
	float: left;
}

ul.relate_pr li a {
	color: inherit;
	display: block;
	margin: 5px;
	text-align: center;
	line-height: 30px;
}

ul.relate_pr li img {
	width: 100%;
	display: block;
}

ul.relate_pr p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.links {
	background: #4ba40a;
	color: #fff;
	border-top: 1px solid #fff;
	line-height: 40px;
}

.title6 {
	float: left;
	margin-right: 10px;
	font-size: 16px;
}

.link_con a {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	margin: 0 5px;
}

.navbox .nav a {
	padding: 0 45px;
}

.fore_img {
	width: 300px
}

.fore_img img {
	width: 100%;
}

.fore_r {
	width: 845px;
	font-size: 16px;
}

.fore_r a.more {
	margin-top: 63px;
}

.six {
	background: unset;
}

ul.relate_pr li img {
	height: 140px;
}

.nine li:nth-child(2) {
	top: 80px;
	left: -44px;
}

.nine li:nth-child(3) {
	right: -52px;
}

.nine li:nth-child(4) {
	top: 244px;
	left: -40px;
}

.nine li:nth-child(6) {
	top: 430px;
	left: -29px;
}

.nine li:nth-child(5) {
	right: -5px;
}

div#pagesize li{
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}
div#pagesize li:after{
	display: none;
}